home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / prog_d / cpltest.zip / MAINDLG.DFM / MAINDLG.txt
Text File  |  1996-01-10  |  2KB  |  62 lines

  1. object MainForm: TMainForm
  2.   Left = 151
  3.   Top = 140
  4.   Width = 586
  5.   Height = 264
  6.   Caption = 'MainForm'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Memo1: TMemo
  14.     Left = 7
  15.     Top = 6
  16.     Width = 452
  17.     Height = 216
  18.     Lines.Strings = (
  19.       'As you see, many great and wonderful things can now be done.'
  20.       
  21.         'If you want to take more time to develop this unit to a fuller e' +
  22.         'xtent,'
  23.       'please do.. I put this into Public Domain simply because this'
  24.       'is something every Delphi Programmer should know (well..'
  25.       'maybe just those interested in it). More accurately, this is '
  26.       'something every DELPHI programmer should be able to use'
  27.       
  28.         'and reference if they need to.. rather than sift through thousan' +
  29.         'ds'
  30.       
  31.         'of lines of cryptic and brief "API documentation". Borland did a' +
  32.         ' '
  33.       
  34.         'great Job with DELPHI. It is very powerful, it can do many thing' +
  35.         's.'
  36.       'It is one of the better Application Development tools I own (and'
  37.       
  38.         'they are not a few in number...). The hard part is finding the p' +
  39.         'ower,'
  40.       'understanding how to use it. I hope this helps all those who '
  41.       'search.  I will be posting Many, Many more "Secrets and '
  42.       'Unknowns"'
  43.       'in the future as I have done in the Past. I encourage you to do'
  44.       'the same. '
  45.       ''
  46.       'Publicly Yours......'
  47.       '-Dave'
  48.       ''
  49.       'PS: Who Monitors the Birds? ')
  50.     ScrollBars = ssVertical
  51.     TabOrder = 0
  52.   end
  53.   object btnOK: TBitBtn
  54.     Left = 468
  55.     Top = 5
  56.     Width = 89
  57.     Height = 33
  58.     TabOrder = 1
  59.     Kind = bkOK
  60.   end
  61. end
  62.